home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 93 / CDMM_93_2.ISO / Project Nomads / nomads_demo_eng.exe / MODARTEFACT.TCL < prev    next >
Encoding:
Text File  |  2002-05-15  |  396 b   |  27 lines

  1. #
  2. #   Zustands-▄berwachungs-Script
  3. #   State Watch Script
  4. #
  5. #   FX
  6. #
  7. #   created:    15-Jun-2000 Bernd
  8. #   
  9. #   (C) COPYRIGHT 2001 RADONLABS GMBH
  10. #
  11.  
  12. proc modartefactwatch_normal {} {
  13.  
  14.     if {[.iskilled] == "true"} {
  15.         .announcestate explode
  16.     }
  17. }
  18.  
  19. proc modartefactwatch_explode {} {
  20.  
  21.     if {[.isanimfinished] == "true"} {
  22.         .setremoveable true
  23.     }
  24. }
  25.  
  26.  
  27.